GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-11T08:24:23.6963626+00:00",
"SubmitDate": "2026-03-11T08:24:23.6963626+00:00",
"ReportPeriodStart": "2026-03-11T08:24:23.6963626+00:00",
"ReportPeriodEnd": "2026-03-11T08:24:23.6963626+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d51d28e3-c406-4a5c-8e4b-9d9d596530be",
"Rows": [
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d51d28e3-c406-4a5c-8e4b-9d9d596530be",
"Rows": [
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f864968b-69a8-4243-8c10-97e2d2fc9999",
"a4f192b1-ce3b-4ba2-9fab-c6c49f80d884"
],
"Approvers": [
"b5b4c40c-0968-45ed-892c-757b4e832f3e",
"758a4853-4ce4-4201-b7f9-5a95bbaf6d71"
],
"ApprovedBy": "a1bc1ef2-90d3-422f-a82a-7b61b9fcf134",
"ApprovalDate": "2026-03-11T08:24:23.6963626+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "951a8da1-927f-400e-89ab-def6ae5b0f88",
"id": "a279c7f6-ecab-4f36-b6cf-9c574d2624c4",
"ConfigId": "56a09ef1-4878-499e-9628-cc832586884d"
},
{
"GenerationDate": "2026-03-11T08:24:23.6963626+00:00",
"SubmitDate": "2026-03-11T08:24:23.6963626+00:00",
"ReportPeriodStart": "2026-03-11T08:24:23.6963626+00:00",
"ReportPeriodEnd": "2026-03-11T08:24:23.6963626+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d51d28e3-c406-4a5c-8e4b-9d9d596530be",
"Rows": [
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d51d28e3-c406-4a5c-8e4b-9d9d596530be",
"Rows": [
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "510f214c-d61a-4d60-8ac7-26d813d7453b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f864968b-69a8-4243-8c10-97e2d2fc9999",
"a4f192b1-ce3b-4ba2-9fab-c6c49f80d884"
],
"Approvers": [
"b5b4c40c-0968-45ed-892c-757b4e832f3e",
"758a4853-4ce4-4201-b7f9-5a95bbaf6d71"
],
"ApprovedBy": "a1bc1ef2-90d3-422f-a82a-7b61b9fcf134",
"ApprovalDate": "2026-03-11T08:24:23.6963626+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "951a8da1-927f-400e-89ab-def6ae5b0f88",
"id": "a279c7f6-ecab-4f36-b6cf-9c574d2624c4",
"ConfigId": "56a09ef1-4878-499e-9628-cc832586884d"
}
]